object TextInputForm: TTextInputForm Left = 492 Top = 526 AutoSize = True BorderStyle = bsDialog Caption = 'Input' ClientHeight = 313 ClientWidth = 465 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter PixelsPerInch = 96 TextHeight = 13 object MP: TPanel Left = 0 Top = 0 Width = 465 Height = 313 BevelOuter = bvNone TabOrder = 0 object Memo: TMemo Left = 8 Top = 8 Width = 449 Height = 265 TabOrder = 0 end object Button1: TButton Left = 8 Top = 280 Width = 81 Height = 25 Caption = '&Ok' Default = True ModalResult = 1 TabOrder = 1 end object Button2: TButton Left = 96 Top = 280 Width = 81 Height = 25 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 2 end end end